PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseEditor<P,C> Class
The type of the property.
The type of the control.
Members

In This Topic
    BaseEditor<P,C> Class
    In This Topic
    Base class for editors.
    Object Model
    BaseEditor<P,C> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class BaseEditor
        (Of P,C As FrameworkElement) 
       Implements IPropertyGridEditor 
    public abstract class BaseEditor<P,C> : IPropertyGridEditor  
    where C: FrameworkElement
    Type Parameters
    P
    The type of the property.
    C
    The type of the control.
    Inheritance Hierarchy
    See Also